Skip to content

gh-86943: implement pathlib.WindowsPath.is_mount() - #31458

Merged
miss-islington merged 5 commits into
python:mainfrom
barneygale:bpo-42777-pathlib-is-mount-on-windows
Aug 5, 2022
Merged

gh-86943: implement pathlib.WindowsPath.is_mount()#31458
miss-islington merged 5 commits into
python:mainfrom
barneygale:bpo-42777-pathlib-is-mount-on-windows

Conversation

@barneygale

@barneygale barneygale commented Feb 21, 2022

Copy link
Copy Markdown
Contributor

Have pathlib.WindowsPath.is_mount() call ntpath.ismount(). Previously it raised NotImplementedError unconditionally.

https://bugs.python.org/issue42777

Automerge-Triggered-By: GH:brettcannon

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic-pathlib type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants